home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / HEADER.SC$ / HEADER.SCR
Text File  |  1995-08-11  |  1KB  |  38 lines

  1. ;*****************************************************************************
  2. ;
  3. ;  This script file was generated for you by the pcAnywhere script recorder.
  4. ;  You may edit this file at your leisure.  
  5. ;
  6. ;  Some suggestions:    
  7. ;
  8. ;    Add a "Type String" command to display error conditions where appropriate
  9. ;
  10. ;    (ex: Type String "A timeout has occured....ending script now^M^J"
  11. ;    
  12. ;    
  13. ;*****************************************************************************
  14.  
  15. ;************************************************
  16. ;  initialize event trapping
  17. ;************************************************
  18.    set cancel on                                ;    enable escape key to cancel the script
  19.    on cancel goto @cancel
  20.  
  21.    on timeout goto @timeout                     ;    enable timeouts
  22.    set timeout 20                               ;    set timeout value to 20 seconds
  23.  
  24.    set disconnect on                            ;    set disconnection trap
  25.    on disconnect goto @disconnect
  26.  
  27.    set echo on
  28.  
  29. ;************************************************
  30. ;************************************************
  31. ;
  32. ;  commands below this line were recorded online
  33. ;
  34. ;************************************************
  35. ;************************************************
  36.  
  37.  
  38.